[INFO] cloning repository https://github.com/ZapAnton/rust-analyzer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ZapAnton/rust-analyzer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZapAnton%2Frust-analyzer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZapAnton%2Frust-analyzer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 182a8b8fbbee0a52b3c47ff7c6fa1f08f7586d5b
[INFO] fixing ZapAnton/rust-analyzer against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZapAnton%2Frust-analyzer" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ZapAnton/rust-analyzer
[INFO] finished tweaking git repo https://github.com/ZapAnton/rust-analyzer
[INFO] tweaked toml for git repo https://github.com/ZapAnton/rust-analyzer written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ZapAnton/rust-analyzer on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ZapAnton/rust-analyzer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c2d374fa2c15187ad5fedb926fbfa3b804a589b024868caeaa0028ba0f3bcbc3
[INFO] running `Command { std: "docker" "start" "c2d374fa2c15187ad5fedb926fbfa3b804a589b024868caeaa0028ba0f3bcbc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c2d374fa2c15187ad5fedb926fbfa3b804a589b024868caeaa0028ba0f3bcbc3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c2d374fa2c15187ad5fedb926fbfa3b804a589b024868caeaa0028ba0f3bcbc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c2d374fa2c15187ad5fedb926fbfa3b804a589b024868caeaa0028ba0f3bcbc3" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   proc-macro2 v0.4.27 removed features: default
[INFO] [stderr]   quote v0.6.11 removed features: default
[INFO] [stderr]   syn v0.15.30 removed features: extra-traits, visit
[INFO] [stderr]   syn v0.15.30 (as host dependency) removed features: full
[INFO] [stderr] 
[INFO] [stderr]    Compiling proc-macro2 v0.4.27
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling syn v0.15.30
[INFO] [stderr]    Compiling cc v1.0.31
[INFO] [stderr]    Compiling libc v0.2.50
[INFO] [stderr]    Compiling autocfg v0.1.2
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]    Compiling serde v1.0.91
[INFO] [stderr]    Compiling ryu v0.2.8
[INFO] [stderr]     Checking cfg-if v0.1.7
[INFO] [stderr]     Checking unicode-width v0.1.5
[INFO] [stderr]     Checking rustc-demangle v0.1.13
[INFO] [stderr]     Checking bitflags v1.0.4
[INFO] [stderr]     Checking itoa v0.4.4
[INFO] [stderr]     Checking textwrap v0.10.0
[INFO] [stderr]    Compiling backtrace v0.3.14
[INFO] [stderr]     Checking clap v2.32.0
[INFO] [stderr]    Compiling backtrace-sys v0.1.28
[INFO] [stderr]     Checking quote v0.6.11
[INFO] [stderr]    Compiling synstructure v0.10.1
[INFO] [stderr]    Compiling serde_derive v1.0.91
[INFO] [stderr]     Checking failure v0.1.5
[INFO] [stderr]     Checking serde_json v1.0.39
[INFO] [stderr]     Checking rust-analyzer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/analyzer.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.11s
[INFO] [stderr] crater-edition-check: rust-analyzer v0.1.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling proc-macro2 v0.4.27
[INFO] [stderr]    Compiling syn v0.15.30
[INFO] [stderr]    Compiling quote v0.6.11
[INFO] [stderr]    Compiling synstructure v0.10.1
[INFO] [stderr]    Compiling serde_derive v1.0.91
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]     Checking failure v0.1.5
[INFO] [stderr]     Checking serde v1.0.91
[INFO] [stderr]     Checking serde_json v1.0.39
[INFO] [stderr]     Checking rust-analyzer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/analyzers/output.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(Debug, PartialEq, Serialize)]
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `Serialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy`
[INFO] [stdout]   --> src/analyzers/output.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[derive(Debug, PartialEq, Serialize)]
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `Serialize` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `&syn::File`
[INFO] [stdout]   --> src/analyzers/reverse_string/mod.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |         .find(|ast| ast == solution_ast)
[INFO] [stdout]    |                     --- ^^ ------------ &syn::File
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     &syn::File
[INFO] [stdout]    |
[INFO] [stdout] note: `syn::File` does not implement `PartialEq`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-0.15.30/src/macros.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |           pub struct $name $($rest)*
[INFO] [stdout]    |           ^^^ `syn::File` is defined in another crate
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-0.15.30/src/file.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / ast_struct! {
[INFO] [stdout]  4 | |     /// A complete file of Rust source code.
[INFO] [stdout]  5 | |     ///
[INFO] [stdout]  6 | |     /// *This type is available if Syn is built with the `"full"` feature.*
[INFO] [stdout] ...  |
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `ast_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `&syn::File`
[INFO] [stdout]   --> src/analyzers/reverse_string/mod.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |         .find(|ast| ast == solution_ast)
[INFO] [stdout]    |                     --- ^^ ------------ &syn::File
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     &syn::File
[INFO] [stdout]    |
[INFO] [stdout] note: `syn::File` does not implement `PartialEq`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-0.15.30/src/macros.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |           pub struct $name $($rest)*
[INFO] [stdout]    |           ^^^ `syn::File` is defined in another crate
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-0.15.30/src/file.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / ast_struct! {
[INFO] [stdout]  4 | |     /// A complete file of Rust source code.
[INFO] [stdout]  5 | |     ///
[INFO] [stdout]  6 | |     /// *This type is available if Syn is built with the `"full"` feature.*
[INFO] [stdout] ...  |
[INFO] [stdout] 75 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    = note: this error originates in the macro `ast_struct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0369`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0369`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-analyzer` (lib test) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rust-analyzer` (lib) due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "c2d374fa2c15187ad5fedb926fbfa3b804a589b024868caeaa0028ba0f3bcbc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2d374fa2c15187ad5fedb926fbfa3b804a589b024868caeaa0028ba0f3bcbc3", kill_on_drop: false }`
[INFO] [stdout] c2d374fa2c15187ad5fedb926fbfa3b804a589b024868caeaa0028ba0f3bcbc3
